home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / myot.dir / 00090_houseButtonStage.ls < prev    next >
Encoding:
Text File  |  2001-09-10  |  240 b   |  21 lines

  1. global sessionObject, monkey
  2.  
  3. on mouseUp me
  4.   sound(2).stop()
  5.   monkey.callFromStage()
  6.   monkey.traceMonkey()
  7.   go(1, "inoh")
  8. end
  9.  
  10. on mouseEnter me
  11.   cursor([500, 501])
  12. end
  13.  
  14. on mouseLeave me
  15.   cursor(0)
  16. end
  17.  
  18. on endSprite me
  19.   cursor(0)
  20. end
  21.